SftTabs/NET 6.0

MouseUp Event, SftTabs Class

Softel vdm, Inc.

Occurs when the mouse pointer is over the control and a mouse button is released.

Syntax      SftTabs Class (Softelvdm.SftTabsNET)

VB   

Public Event MouseUp As MouseEventHandler

C#   

public event MouseEventHandler MouseUp;

C++   

public: event MouseEventHandler MouseUp;

Event Data

The MouseUp event handler receives an argument of type MouseEventArgs containing data related to this event.

Comments

The MouseUp event occurs when the mouse pointer is over the control and a mouse button is released.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com